Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2025/01/19 11:52 a.m.91 views

CVE-2024-57918

The CVE-2024-57918 fix targets the Linux kernel’s DRM/AMD display (DC) driver. Root cause: a surface-definition mismatch between MAX_SURFACES and MAX_SURFACE_NUM caused a page fault when updating surfaces (affecting Cosmic users with two overlay planes after cursor overlay introduction). The patc...

7.8CVSS6.3AI score0.00183EPSS
Save
CVE
CVE
added 2025/01/21 12:18 p.m.91 views

CVE-2024-57941

CVE-2024-57941 concerns the Linux kernel netfs cache handling. When the cache is temporarily disabled, netfs_advance_write() may bail out without subrequests, leaving folios with PG_private_2 and discarding the request. The root cause is the use of the deprecated PG_private_2 path by netfslib (e....

5.5CVSS6.6AI score0.0017EPSS
Save
CVE
CVE
added 2025/02/27 2:7 a.m.91 views

CVE-2024-57975

CVE-2024-57975 concerns the Btrfs code path in the Linux kernel where run_delalloc_nocow() can fail and leave folios unlocked, triggering a VM_BUG_ON_FOLIO in mm/page-writeback.c. The root cause is error handling in the NOCOW/COW cleanup sequence (cow_file_range and related paths) which may not c...

7.8CVSS5.1AI score0.00212EPSS
Save
CVE
CVE
added 2025/02/27 2:7 a.m.91 views

CVE-2024-57976

CVE-2024-57976 affects the Linux kernel’s btrfs filesystem. When cow_file_range() returns an error during delalloc handling (ENOSPC), error cleanup clears EXTENT_DELALLOC and dirty flags, but pages can remain dirty, triggering a subsequent COW fixup path and a kernel BUG (extent_writepage_io). Th...

7.8CVSS5.2AI score0.0022EPSS
Save
CVE
CVE
added 2025/04/02 12:30 p.m.91 views

CVE-2025-21987

CVE-2025-21987: In Linux kernel DRM/AMDGPU, the bug is in init return value in amdgpu_ttm_clear_buffer; an uninitialized value could be returned if amdgpu_res_cleared returns true for all regions. The issue has been fixed via a cherry-picked commit (commit 7c62aacc3b452f73a1284198c81551035fac6d71...

5.5CVSS7.2AI score0.00174EPSS
Save
CVE
CVE
added 2025/05/01 1:7 p.m.91 views

CVE-2025-37760

Technical details about CVE-2025-37760 are not provided in the supplied connected documents. No affected product/version or fix is specified here. Monitor for updates.

5.5CVSS6.6AI score0.00187EPSS
Save
CVE
CVE
added 2025/05/20 3:21 p.m.91 views

CVE-2025-37906

CVE-2025-37906 concerns the Linux kernel’s ublk driver where a race can occur between io_uring_cmd_complete_in_task and ublk_cancel_cmd. Specifically, ublk_cancel_cmd() may call io_uring_cmd_done() to finish an uring_cmd while a scheduled task work via io_uring_cmd_complete_in_task() is still pen...

7.8CVSS6.6AI score0.00114EPSS
Save
CVE
CVE
added 2025/05/20 3:21 p.m.91 views

CVE-2025-37910

Technical details for CVE-2025-37910 are not publicly available in the provided documents. Monitor for updates.

5.5CVSS6.4AI score0.00164EPSS
Save
CVE
CVE
added 2025/05/20 3:58 p.m.91 views

CVE-2025-37940

Technical details about CVE-2025-37940 are not provided in the supplied documents. Monitor for updates from vendors/advisories for affected products, versions, and fixes.

5.5CVSS6.3AI score0.00132EPSS
Save
CVE
CVE
added 2025/06/18 9:28 a.m.91 views

CVE-2025-38018

Technical details for CVE-2025-38018 are not publicly provided in the supplied documents; monitor for updates.

7.5CVSS6.2AI score0.00392EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.91 views

CVE-2025-38031

CVE-2025-38031 is a Linux kernel issue in the padata subsystem where a parallel_data refcount is incremented unconditionally by a patch, allowing a refcount leak if queue_work() returns that the work is already queued. The described fix is to check queue_work()’s return value and decrement the re...

5.5CVSS6.5AI score0.0017EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.91 views

CVE-2025-38044

CVE-2025-38044 affects the Linux kernel cx231xx media subsystem. The video_device for the MPEG encoder did not set device_caps, preventing registration and causing a WARN_ON. The fix adds device_caps for the 417 decoder path so the video device can register normally. This addresses a local-priori...

5.5CVSS6.6AI score0.00174EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.91 views

CVE-2025-38059

The CVE-2025-38059 entry documents a Linux kernel data integrity issue in btrfs: when using rescue=idatacsums, scrub can trigger a NULL pointer dereference due to not loading the csum tree. Concrete root cause: scrub path may call btrfs_search_slot() on a NULL pointer because the NO_DATA_CSUMS fl...

5.5CVSS6AI score0.00159EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.91 views

CVE-2025-38074

CVE-2025-38074 affects the Linux kernel vhost-scsi path. The issue arises when the vhost-scsi completion path accesses vq->log_base after vq->log_used has been set to false, due to a race around vq->mutex protecting vq->log_used. The fix adds a mutex around vq->log_used checks to p...

8.8CVSS6.3AI score0.0018EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.91 views

CVE-2025-38081

CVE-2025-38081 affects the Linux kernel with a fix for spi-rockchip that prevents register out-of-bounds access. The issue occurred when handling GPIO chip selects, where GPIOs can be numbered higher than native chip selects, making the previous code logic invalid. The description notes the vulne...

7.1CVSS6.7AI score0.00149EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38107

CVE-2025-38107: In the Linux kernel, a race in net_sched:ets (ets_qdisc_change) was fixed. The race occurs when a SFQ perturb timer fires at an inopportune moment, enabling underflow of a parent qlen during qdisc operations. The corrective action is to purge the qdisc with qdisc_purge_queue() bef...

7.8CVSS7AI score0.0013EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38111

The CVE-2025-38111 entry concerns the Linux kernel, specifically the MDIO bus driver (net/mdiobus). The issue arises from ioctl parameter handling that could accept MDIO addresses beyond PHY_MAX_ADDR (32), potentially enabling out-of-bounds reads/writes via mdiobus operations. The fix adds addres...

7.8CVSS7.2AI score0.00188EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38119

CVE-2025-38119 corresponds to a Linux kernel vulnerability in the SCSI/UFS stack that fixes a hang in the error handler. The issue stems from ufshcd_err_handling_prepare() calling ufshcd_rpm_get_sync() in a context where UFSHCD_EH_IN_PROGRESS may be set, causing the resume flow to queue commands ...

5.5CVSS7.2AI score0.00161EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38135

CVE-2025-38135 – Linux kernel (serial/mlb_usio_probe) NULL pointer dereference fix : The vulnerability arises when devm_ioremap() returns NULL on error and mlb_usio_probe() fails to check it, potentially leading to a NULL pointer dereference. The fix adds a NULL check after devm_ioremap() to prev...

5.5CVSS7AI score0.00176EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38142

The CVE-2025-38142 issue affects the Linux kernel hwmon path (asus-ec-sensors) where read_string() could read a non-existent sensor because find_ec_sensor_index() returned a negative value (for example -ENOENT) and was used without validation. The fix introduces a check to ensure sensor_index is ...

5.5CVSS7.2AI score0.0016EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38149

CVE-2025-38149 — Linux kernel net: phy: clear phydev->devlink when the link is deleted . The issue causes a crash when disabling and re-enabling a network port because phydev->devlink is not cleared after phy_detach() calls device_link_del(), leaving a stale value that is dereferenced on re...

5.5CVSS7.3AI score0.00148EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.91 views

CVE-2025-38154

CVE-2025-38154 affects the Linux kernel sockmap path (bpf/sockmap) where sk->sk_socket can be used after free due to a race with backlog/thread close paths. The description in the connected documents explains that sk_socket is not locked/referenced in the backlog, enabling a race with the rele...

7.8CVSS7.2AI score0.00158EPSS
Save
CVE
CVE
added 2025/07/03 8:36 a.m.91 views

CVE-2025-38167

The CVE-2025-38167 entry pertains to the Linux kernel, specifically the ntfs3 filesystem driver. Root cause: hdr_first_de() may return NULL, and error handling for this return value should be implemented consistently. The description notes that error handling already exists at other call sites. I...

5.5CVSS7.1AI score0.00141EPSS
Save
CVE
CVE
added 2025/07/03 8:36 a.m.91 views

CVE-2025-38173

CVE-2025-38173 affects the Linux kernel crypto path (marvell/cesa) in Mariner builds, specifically for kernel packages older than 6.6.96.1-1. The issue is described as handling zero-length skcipher requests to avoid accessing random memory; the fix returns 0 for zero-length requests. A patched ke...

7.8CVSS7.2AI score0.00162EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.91 views

CVE-2025-38182

CVE-2025-38182 affects the Linux kernel ublk (userspace block driver). The connected advisories confirm the issue is fixed in the kernel by sanitizing arguments from userspace when adding a device and by sanity-checking the queue depth/number of queues obtained from userspace. Root cause: inadequ...

7.8CVSS6.6AI score0.00158EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.91 views

CVE-2025-38214

CVE-2025-38214 affects the Linux kernel fbdev path. The issue arises when fb_add_videomode() in fb_set_var() fails to allocate fb_videomode, potentially causing a null pointer dereference in fb_videomode_to_var() because fb_info->var is modified before modelist validation. The debug trace show...

5.5CVSS6.2AI score0.00156EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.91 views

CVE-2025-38215

In CVE-2025-38215, the Linux kernel fbdev subsystem had a null-ptr-deref risk in fb_videomode_to_var when do_register_framebuffer allocated fb_videomode memory unsuccessfully. The fix prevents registering fb_info unless its mode is set and moves fb_add_videomode() earlier in do_register_framebuff...

5.5CVSS6.2AI score0.0014EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.91 views

CVE-2025-38217

The CVE-2025-38217 issue is in the Linux kernel hwmon code path: fts_read() for hwmon_pwm_auto_channels_temp. The bug is a TOCTOU race on data->fan_source[channel], which can be read twice without locking, allowing a change to FTS_FAN_SOURCE_INVALID (0xff) between checks and use, potentially c...

4.7CVSS6.4AI score0.00103EPSS
Save
CVE
CVE
added 2025/07/09 10:42 a.m.91 views

CVE-2025-38257

The CVE-2025-38257 vulnerability is in the Linux kernel (s390/pkey) where the size calculation for memdup_user() can overflow because the number of apqn target list entries (nr_apqns) is supplied by userspace via ioctl, causing the allocated area size to diverge from its description and leading t...

7.8CVSS6.7AI score0.00152EPSS
Save
CVE
CVE
added 2025/07/09 10:42 a.m.91 views

CVE-2025-38259

The CVE CVE-2025-38259 affects the Linux kernel ASoC: codecs/wcd9335 regulator handling. The issue was that the driver acquired and enabled regulator supplies in probe paths (wcd9335_parse_dt, wcd9335_power_on_reset) but failed to cleanup in error paths and unbind, causing memory leaks and an unb...

7.8CVSS6.7AI score0.00148EPSS
Save
CVE
CVE
added 2025/07/10 8:14 a.m.91 views

CVE-2025-38320

CVE-2025-38320 affects the Linux kernel on arm64/ptrace, describing a stack-out-of-bounds read in regs_get_kernel_stack_nth() detected by KASAN. The issue is illustrated by a long kernel trace showing a read of size 8 at a stack address belonging to task 1.sh/2550, with the buggy frame located in...

7.1CVSS6.2AI score0.00178EPSS
Save
CVE
CVE
added 2025/07/10 8:15 a.m.91 views

CVE-2025-38337

CVE-2025-38337 : Linux kernel data-race in jbd2_journal_dirty_metadata leading to potential null dereference of handle->h_transaction. The issue arises because handle may be NULL and is not checked before dereferencing, allowing a data race between jbd2_journal_dirty_metadata and ext4/jbd2 han...

5.5CVSS6.4AI score0.00164EPSS
Save
CVE
CVE
added 2025/07/25 12:47 p.m.91 views

CVE-2025-38361

CVE-2025-38361 – Kernel (drm/amd/display) fix summary : In the Linux kernel’s AMD display driver, a null dereference could occur if dce_hwseq is used without a prior null check. The fix adds a guard to ensure dce_hwseq is checked before it is dereferenced in the relevant code path (the hws contex...

7.8CVSS6.4AI score0.00194EPSS
Save
CVE
CVE
added 2025/07/25 12:47 p.m.91 views

CVE-2025-38363

CVE-2025-38363 : In the Linux kernel, a null pointer dereference could occur in the Tegra DRM driver. Specifically, in tegra_crtc_reset(), memory allocated with kzalloc() is not checked for failure; before calling __drm_atomic_helper_crtc_reset, the CRTC state should be validated to prevent deref...

5.5CVSS6.3AI score0.00166EPSS
Save
CVE
CVE
added 2025/07/25 2:16 p.m.91 views

CVE-2025-38424

The CVE-2025-38424 entry is supported by connected docs describing a Linux kernel vulnerability in perf sampling. Affected: perf component in the Linux kernel (ARM64 crash scenario). Root cause: perf could access userspace during teardown, specifically sampling during exit_mmap()’s tlb_finish_mmu...

7.8CVSS6.2AI score0.00179EPSS
Save
CVE
CVE
added 2025/07/25 2:16 p.m.91 views

CVE-2025-38429

The CVE-2025-38429 issue affects the Linux kernel’s bus: mhi: ep component, where the read pointer (rd_offset) in mhi_ep_ring_add_element is updated before the buffer is written. This race can allow the host to observe an updated read pointer prior to the buffer being fully written, risking acces...

10CVSS6.6AI score0.0038EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.91 views

CVE-2025-38443

CVE-2025-38443 affects the Linux kernel (nbd subsystem). A use-after-free occurs in the nbd_genl_connect() error path when nbd_start_device() is called but cleanup continues to use nbd->config, leading to freeing of memory in recv_work. The issue is triggered during certain error paths after d...

7.8CVSS6.2AI score0.00151EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.91 views

CVE-2025-38453

CVE-2025-38453 affects the Linux kernel io_uring/msg_ring path, where io_kiocb freeing could occur while a previously freed request is still in use. The connected docs specify a root cause: requests allocated and freed independently in msg_ring can race with RCUs, risking use-after-free. The reco...

7.8CVSS6.3AI score0.00153EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.91 views

CVE-2025-38465

CVE-2025-38465 is a Linux kernel netlink vulnerability related to wraparounds in sk->sk_rmem_alloc. The issue arises from reading and updating sk_rmem_alloc with a pattern like if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) atomic_add(skb->truesize, &sk->sk_rmem_alloc);, w...

5.5CVSS6.3AI score0.00165EPSS
Save
CVE
CVE
added 2026/02/04 4:8 p.m.91 views

CVE-2026-23092

CVE-2026-23092 relates to a Linux kernel fix in iio: dac: ad3552r-hs_write_data_source where out-of-bounds writes could occur. The issue stemmed from using the write-return count as the index for null termination instead of the actual number of bytes copied by simple_write_to_buffer(). If count e...

7.8CVSS5.5AI score0.00186EPSS
Save
CVE
CVE
added 2026/06/03 3:49 p.m.91 views

CVE-2026-46259

In the Linux kernel procfs path do_task_stat() reading /proc/[pid]/stat, task->real_parent is accessed without proper RCU protection, enabling a potential Use-After-Free when another task is released. The fix switches from task_tgid_nr_ns() to task_ppid_nr_ns() to add proper RCU protection for...

7.8CVSS5.8AI score0.0012EPSS
SaveWeb
CVE
CVE
added 2004/12/15 5:0 a.m.90 views

CVE-2004-1137

CVE-2004-1137 affects the Linux kernel 2.4.x (2.4.22–2.4.28) and 2.6.x (up to 2.6.9). The flaws are in IGMP handling (ip_mc_source decrements a counter to -1; igmp_marksources may perform an out-of-bounds read), allowing local or remote attackers to cause denial of service or potentially execute ...

10CVSS7.8AI score0.20825EPSS
Save
CVE
CVE
added 2005/03/26 5:0 a.m.90 views

CVE-2005-0867

CVE-2005-0867 involves an integer overflow in the Linux kernel 2.6 sysfs_write_file() function. The Ubuntu USN-110-1 and Red Hat RHSA-2005:366 describe a local user could exploit this to crash the kernel or possibly execute code with root privileges by writing to a user-writable sysfs file under ...

7.2CVSS6AI score0.00398EPSS
Save
CVE
CVE
added 2005/09/14 4:0 a.m.90 views

CVE-2005-2490

CVE-2005-2490 describes a stack-based buffer overflow in the Linux kernel 2.6 sendmsg() path prior to 2.6.13.1. Local users could cause arbitrary code execution by calling sendmsg and altering message contents in another thread. Public sources in the connected documents corroborate the vulnerabil...

4.6CVSS5.9AI score0.00555EPSS
Save
CVE
CVE
added 2005/09/26 4:0 a.m.90 views

CVE-2005-3055

CVE-2005-3055 affects the Linux kernel 2.6.8 through 2.6.14-rc2. A local user-space process can issue a USB Request Block (URB) to a USB device and terminate before completion, causing a stale pointer reference and potential kernel OOPS/Denial of Service. Public sources in connected docs confirm ...

2.1CVSS4.9AI score0.00452EPSS
Save
CVE
CVE
added 2006/01/03 4:0 p.m.90 views

CVE-2005-4605

CVE-2005-4605 concerns the Linux kernel procfs implementation. A signedness error in the proc_misc.c code (pre-2.6.15) allows a local attacker to read sensitive kernel memory by manipulating a signed value added to an unsigned value, disclosed via /proc interactions. Public reports document the a...

2.1CVSS4.6AI score0.01047EPSS
Save
CVE
CVE
added 2006/05/05 10:0 a.m.90 views

CVE-2006-1052

CVE-2006-1052 affects SELinux ptrace logic in SELinux for Linux 2.6.6. It allows local users with ptrace permissions to change the tracer SID to the SID of another process (local privilege impact). Public advisories (e.g., Debian DSA-1184-1/DSA-1184-2 and RHSA-2006:0575) indicate kernel updates m...

2.1CVSS7.2AI score0.00427EPSS
Save
CVE
CVE
added 2006/11/09 11:0 a.m.90 views

CVE-2006-5823

CVE-2006-5823 is a Linux kernel issue affecting the cramfs file system in 2.6.x where malformed compressed data can trigger memory corruption, leading to a local-denial crash. Connected advisories (RHSA-2007:0436, RHSA-2007:0014, and corresponding openvas entries) enumerate the cramfs memory corr...

4CVSS6.9AI score0.00361EPSS
Save
CVE
CVE
added 2006/11/22 1:0 a.m.90 views

CVE-2006-6054

The CVE-2006-6054 issue affects the Linux kernel 2.6.x ext2 file system code, where a malformed ext2 stream can cause ext2_check_page to crash due to a length smaller than the minimum, enabling a local denial of service. Several connected advisories indicate this flaw was fixed in kernel updates ...

4CVSS7AI score0.00463EPSS
Save
CVE
CVE
added 2006/11/22 1:0 a.m.90 views

CVE-2006-6058

CVE-2006-6058 affects the Linux kernel 2.6.x up to 2.6.24 (including 2.6.18). Local users can cause a denial of service (hang) via a malformed minix file stream that triggers an infinite loop in minix_bmap. The issue may involve an integer overflow or signedness error. The documented fix is a ker...

4CVSS6AI score0.00477EPSS
Save
Total number of security vulnerabilities14606